- 01. Intro
- 02. Interview with Jessica
- 03. Intro Part 2
- 04. Course Map
- 05. Design Mocks
- 06. What's the problem?
- 07. Why is Data Persistence Important?
- 08. Computer Memory
- 09. Different Data Storage Options
- 10. Spreadsheets and Tables
- 11. Tables
- 12. Databases in Real Life
- 13. SQLite Databases in Android
- 14. Install SQLite
- 15. Opening SQLite for the First Time
- 16. Types in SQLite
- 17. Design and Create a Database
- 18. Quick SQL Tips
- 19. CRUD overview
- 20. CRUD Action Quiz A
- 21. CRUD Action Quiz B
- 22. CRUD Action Quiz C
- 23. CRUD Action Quiz D
- 24. CRUD Action Quiz E
- 25. CRUD Action Quiz F
- 26. CRUD Action Quiz G
- 27. Insert data in a database and select it
- 28. Quiz: Table Constraints
- 29. Select, where, and order by
- 30. UPDATE
- 31. DELETE
- 32. Recap Lesson
- 33. Reflection